home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1981 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  629 b 

  1. Path: news.hik.se!usenet
  2. From: Stefan Johansson <mia95jos@mc.hik.se>
  3. Newsgroups: comp.lang.c
  4. Subject: Question about system call
  5. Date: 15 Jan 1996 22:37:28 GMT
  6. Organization: University of Kalmar
  7. Message-ID: <4dekv8$9ja@spider.hik.se>
  8. NNTP-Posting-Host: mia95jos.dialin.hik.se
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  13.  
  14. Can someone help me with this little problem ?
  15.  
  16. If I use a system call to write to standard output, how do I makre this poossible with an integer
  17. value ?
  18.  
  19. An example:
  20.  
  21.    write(0, (the integer value), sizeof(int));
  22.  
  23.